home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TGLOBALGWFORM / TGLOBALGWFORM.txt
Text File  |  2010-10-15  |  2KB  |  97 lines

  1. object GlobalGWForm: TGlobalGWForm
  2.   Left = 205
  3.   Top = 177
  4.   Width = 694
  5.   Height = 446
  6.   Caption = 'Public Folders'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Microsoft Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GlobalAccountsPanel: TTntPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 686
  22.     Height = 419
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object GWAccountList: TExtListViewManagement
  27.       Left = 0
  28.       Top = 0
  29.       Width = 686
  30.       Height = 392
  31.       RowSelect = True
  32.       AutoColumnSort = acsSortToggle
  33.       AutoSortStyle = assDefault
  34.       NoColumnResize = False
  35.       ShowSortArrows = True
  36.       Align = alClient
  37.       Columns = <
  38.         item
  39.           Caption = 'Name'
  40.           Width = 160
  41.         end
  42.         item
  43.           AutoSize = True
  44.           Caption = 'Account'
  45.         end>
  46.       ReadOnly = True
  47.       HideSelection = False
  48.       PopupMenu = ConfigForm.ListViewPopup
  49.       TabOrder = 0
  50.       ViewStyle = vsReport
  51.       SmallImages = ConfigForm.SmallImageList
  52.       ButtonAdd = AddSecure
  53.       ButtonEdit = EditSecure
  54.       ButtonDelete = DeleteSecure
  55.       OnItemDisplay = GWAccountListItemDisplay
  56.       OnItemAdd = GWAccountListItemAdd
  57.       OnItemEdit = GWAccountListItemEdit
  58.       OnItemDelete = GWAccountListItemDelete
  59.     end
  60.     object BottomPanel: TTntPanel
  61.       Left = 0
  62.       Top = 392
  63.       Width = 686
  64.       Height = 27
  65.       Align = alBottom
  66.       BevelOuter = bvNone
  67.       TabOrder = 1
  68.       object AddSecure: TTntButton
  69.         Left = 3
  70.         Top = 3
  71.         Width = 72
  72.         Height = 23
  73.         Caption = 'Add...'
  74.         TabOrder = 0
  75.       end
  76.       object EditSecure: TTntButton
  77.         Left = 78
  78.         Top = 3
  79.         Width = 72
  80.         Height = 23
  81.         Caption = 'Edit...'
  82.         Enabled = False
  83.         TabOrder = 1
  84.       end
  85.       object DeleteSecure: TTntButton
  86.         Left = 153
  87.         Top = 3
  88.         Width = 72
  89.         Height = 23
  90.         Caption = 'Delete'
  91.         Enabled = False
  92.         TabOrder = 2
  93.       end
  94.     end
  95.   end
  96. end
  97.